home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / rtnews.zip / RTNEWS7 < prev    next >
Text File  |  1992-09-13  |  24KB  |  622 lines

  1.  _ __                 ______                         _ __
  2. ' )  )                  /                           ' )  )
  3.  /--' __.  __  ,     --/ __  __.  _. o ____  _,      /  / _  , , , _
  4. /  \_(_/|_/ (_/_    (_/ / (_(_/|_(__<_/ / <_(_)_    /  (_</_(_(_/_/_)_
  5.              /                               /|
  6.             '                               |/
  7.  
  8.             "Light Makes Right"
  9.  
  10.                May 12, 1989
  11.                 Volume 2, Number 3
  12.  
  13. Compiled by Eric Haines, 3D/Eye Inc, 2359 Triphammer Rd, Ithaca, NY 14850
  14.     607-257-1381, hpfcla!hpfcrs!eye!erich@hplabs.hp.com
  15. All contents are US copyright (c) 1989 by the individual authors
  16.  
  17. Contents:
  18.     Introduction
  19.     New People (Carl Bass, Paul Wanuga)
  20.     QRT Ray Tracer (and five other Amiga Ray Tracers) (Steve Koren)
  21.     New Version of MTV Ray Tracer (Mark VandeWettering)
  22.     Minimal Sphere Containing Three Points (Earl Culham)
  23.     Noise and Turbulence Function Code, Pascal and C (Jon Buller,
  24.     William Dirks)
  25.  
  26. -----------------------------------------------------------------------------
  27.  
  28. Introduction
  29.  
  30. Well, we're now at the point where there are six ray tracers for the Amiga.
  31. Interestingly, none of them have implicit efficiency schemes (i.e. where the
  32. user does not have to intervene and create the efficiency structure himself).
  33. Admittedly, efficiency schemes are more code, but I've found that I was getting
  34. a factor of three speed up for a simple scene (a ten ball sphereflake) by using
  35. an efficiency scheme vs. not using one.  When your computer is the speed of an
  36. Amiga, efficiency schemes become vital.
  37.  
  38. Next time I'll include "Tracing Tricks", an article I "edited" for the latest
  39. (and last) "Introduction to Ray Tracing" course notes.  The article is a "best
  40. of the RT News" compendium of efficiency tricks.  By the way, the course notes
  41. should be quite a bargain: they'll consist of the book of our notes by Academic
  42. Press, plus some new tidbits and reprints of "classic" articles.
  43.  
  44. I would like to put the "Ray Tracing News" back issues somewhere that people
  45. can FTP them.  Personally I don't have a computer that has an FTP site, so if
  46. there are any volunteers that would like to store the back issues, please
  47. contact me.  The entire archive is about 448K at this point (not including this
  48. issue), broken into 5 parts.  Can you volunteer?
  49.  
  50. -----------------------------------------------------------------------------
  51.  
  52. # Carl Bass - hybrid shading models and quick(er) hidden surface methods
  53. # Ithaca Software
  54. # 902 West Seneca Street
  55. # Ithaca, NY 14850
  56. # 607-273-3690
  57. alias    carl_bass    carl@mssun1.msi.cornell.edu
  58.  
  59. Carl is the co-founder of Ithaca Software Inc (once upon a time called "Flying
  60. Moose Inc"), which sells the HOOPS package for all kinds of computers.  This is
  61. an object-oriented system which I don't know much about beyond that their
  62. debugger is called WHOOPS.
  63.  
  64. --------
  65.  
  66. #
  67. # Paul Wanuga
  68. # Cornell Program of Computer Graphics
  69. # 120 Rand Hall
  70. # Ithaca, NY 14853
  71. # (607)-255-4880
  72. alias    paul_wanuga    phw@love.tn.cornell.edu
  73. Erich:
  74.  
  75.      Could you please include me in your list of wiz-bango ray tracers?  It
  76. appears Don has me slated for research in ray-tracing complex, realistic,
  77. non-procedural environments.
  78.  
  79. -----------------------------------------------------------------------------
  80.  
  81. QRT Ray Tracer (and five other Amiga Ray Tracers), Steve Koren
  82.  
  83.     This package appeared on comp.graphics a few months back.  I believe
  84. the latest version of the package is available from Mark VandeWettering's FTP
  85. site (see next article).  Write to Steve for more info:
  86.  
  87.     hpfela!koren@hplabs.hp.com
  88.  
  89. The software is written in C and worked just fine on my system.  Below is an
  90. excerpt of the UserMan.doc file of the QRT system (which Steve extensively
  91. documented).
  92.  
  93.  
  94. QRT is a ray tracing  image  rendering  system  that runs under a
  95. variety  of  operating  systems.   It  has  a  free  format input
  96. language   with   extensive   error   detection   and   reporting
  97. capabilities.
  98.     
  99. QRT was developed on the Amiga  personal  computer, so it will
  100. be compared to  other  Amiga  ray  tracers.  There  are, to my
  101. knowledge, five other  Amiga  ray  tracers,  each with its own
  102. strengths  and  weaknesses.    I  will  describe  each  system
  103. briefly, and compare it to QRT.  All the Amiga ray tracers can
  104. operate in HAM (4096 color) mode.
  105.  
  106.   RT: RT was the first ray  tracer  written for the Amiga, by
  107.       Eric    Graham.  It will model  a universe made of only
  108.       spheres, a   sky, and a checkered  or solid ground.  It
  109.       is  relatively  fast,  but  not  generally  useful  for
  110.       realistic modeling   because  of the sphere limitation.
  111.       The input language  is  cryptic,  although  some  error
  112.       checking is done.  The  system  will  only generate low
  113.       resolution images.
  114.  
  115.  SILVER: I have never seen SILVER, so I cannot say much about
  116.       this system.
  117.  
  118.  SCULPT-4D: This package  incorporates  an interactive editor
  119.       for  creating  objects,   and  is  capable  of  quickly
  120.       generating a preliminary  image  of  the scene by using
  121.       hidden surface techniques.  However, every primitive is
  122.       made of polygons, and some  primitives  such as spheres
  123.       require hundreds of  polygons  for a smooth texture, so
  124.       the ray tracing is very slow.   Also, the package takes
  125.       a large amount of memory to run, and is prone to system
  126.       crashes.  Its chief  feature  is  the ability to create
  127.       arbitrary shaped objects  using  a series of triangles.
  128.       Mirrored, dull, or shiny objects are supported.
  129.  
  130.  CLIGHT: This ray tracer also has  an interactive editor, but
  131.       produces very poor quality  images.   It is not capable
  132.       of any patterning or reflection characteristics.
  133.  
  134.  DBW: This is possibly the most  complete  ray tracer for the
  135.       Amiga.  It will support objects  with arbitrary degrees
  136.       of reflection and gloss,  depth  of field effects, some
  137.       texturing,   wavy   surfaces,   fractals,   transparent
  138.       surfaces, diffuse  propagation  of light from object to
  139.       object,  and  5  primitive   types  (sphere,  triangle,
  140.       parallelogram, fractal, and ring).  The input language,
  141.       however,   is    so    cryptic    as   to   be   nearly
  142.       incomprehensible, and  if  there  is  any  error in the
  143.       input file,  it  will  crash  the  system.   It is also
  144.       painfully slow;  some  images  take  16  to 24 hours to
  145.       complete.
  146.  
  147. QRT is meant to be a  compromise  between the fast, simple ray
  148. tracers and the slow powerful systems.   It compares favorably
  149. in speed to RT, and in power  to  Sculpt-3d  or DBW.  It has a
  150. very friendly input language  with  extensive  error checking.
  151. Here are some features of QRT:
  152.  
  153.    o  Multiple primitive types, including user defined
  154.       quadratic surfaces
  155.  
  156.    o  Arbitrary levels of diffuse reflection, spectral
  157.       reflection, transmission, ambient lighting, and gloss
  158.  
  159.    o  User defined pattern information for objects
  160.  
  161.    o  Bounding boxes for groups of objects
  162.  
  163.    o  Shadows
  164.  
  165.    o  Multiple light sources with different characteristics
  166.  
  167.    o  Arbitrary Phong spectral reflection coefficients
  168.  
  169.    o  Color dithering to increase the apparent number of
  170.       colors
  171.  
  172.    o  Easy to use, free format input language with error
  173.       checking.  Parameters are by keyword and may appear in
  174.       any order.
  175.  
  176.    o  Supports medium resolution (128k dots/screen)
  177.  
  178. -----------------------------------------------------------------------------
  179.  
  180. New Version of MTV Ray Tracer, Mark VandeWettering
  181.  
  182. Mark VandeWettering's nice little ray tracer (polygons, spheres, cones and
  183. cylinders, Kay/Kajiya efficiency scheme, yacc/lex parser for NFF format,
  184. otherwise written in C) was released on USENET in three parts on March 27.
  185. Others have interesting features, but the selection of primitives and the speed
  186. of the code of the MTV ray tracer is a big plus.  It's currently my favorite
  187. public domain ray tracer (the amazing BRL package I consider private).
  188.  
  189. The package is available at the usual comp.sources.unix archive